[INFO] cloning repository https://github.com/scttnlsn/peerpipe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scttnlsn/peerpipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscttnlsn%2Fpeerpipe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscttnlsn%2Fpeerpipe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6e0a96ff6bb11045f2b997db2f808ad694802ba
[INFO] checking scttnlsn/peerpipe against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscttnlsn%2Fpeerpipe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/scttnlsn/peerpipe
[INFO] finished tweaking git repo https://github.com/scttnlsn/peerpipe
[INFO] tweaked toml for git repo https://github.com/scttnlsn/peerpipe written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/scttnlsn/peerpipe on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/scttnlsn/peerpipe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd
[INFO] running `Command { std: "docker" "start" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.46
[INFO] [stderr]    Compiling typenum v1.11.2
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling pkg-config v0.3.16
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling syn v1.0.7
[INFO] [stderr]    Compiling subtle v2.2.1
[INFO] [stderr]    Compiling openssl v0.10.25
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking block-padding v0.1.4
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]     Checking lazy_static v1.2.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]    Compiling openssl-src v111.6.0+1.1.1d
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling clear_on_drop v0.2.3
[INFO] [stderr]    Compiling backtrace-sys v0.1.32
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling openssl-sys v0.9.52
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking sha2 v0.8.0
[INFO] [stderr]    Compiling curve25519-dalek v1.2.3
[INFO] [stderr]     Checking backtrace v0.3.40
[INFO] [stderr]     Checking x25519-dalek v0.5.2
[INFO] [stderr]    Compiling synstructure v0.12.1
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking cryptostream v0.3.0
[INFO] [stderr]     Checking peerpipe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd", kill_on_drop: false }`
[INFO] [stdout] 9e6fad72ffedf86cf304c7b36e3bdc4e2f83b728c4ed0fad6772e8ebd7b6f3cd
